SciChart.Charting Assembly > SciChart.Charting.Visuals.Annotations Namespace > AxisMarkerAnnotation Class > ToCoordinate Method : ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
The Data-Value to convert
The size of the canvas in the X or Y direction
The current Coordinate Calculator
The X or Y direction for the transformation
ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
Converts a Data-Value to Pixel Coordinate
Syntax

Parameters

dataValue
The Data-Value to convert
canvasMeasurement
The size of the canvas in the X or Y direction
coordCalc
The current Coordinate Calculator
direction
The X or Y direction for the transformation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also